Check which ratio you want to use:

This example shows how to let this plugin to keep the axes scale ratio.

You specify a fixed ratio value of the X-Y axes, for example:

            var options = {
                coordinate: {
                    type: "auto",
                    ratioXY: 1
                }
            };